This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Bill Ekveluterynds 15.Oct.03 10:10 AM a Web browser Toolkits6.0Windows 2000
Dear folks,
I would appreciate if you could help to solve this issue as i am completely stuck.
I have installed Notes Domino 6.0 and I have download Lotus Domino Toolkit for Java/CORBA 2.1
I am trying to develop an IIOP application for getting emails from a notes mail database.
When i am trying to create a new session:
Session session = NotesFactory.createSession (sHost, sUser, sPass);
I get the following error:
java.lang.VerifyError: (class: com/ibm/CORBA/iiop/GenericServerSC, method: dispatch signature: (Lcom/ibm/CORBA/iiop/IIOPInputStream;Lcom/ibm/CORBA/iiop/IIOPOutputStream;)V) Illegal use of nonvirtual function call
**I have included Notes.jar and NSCO.jar in the classpath.
**The server and the client is running in the same machine.
**Compilation does not give me any message.
**I have also downloaded Lotus Domino Toolkit for Java/CORBA 5.0.8, and there is no problem to create the connection but i can not get attachments files with this toolkit due to an error message.